home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Reverse Code Engineering RCE CD +sandman 2000
/
ReverseCodeEngineeringRceCdsandman2000.iso
/
RCE
/
Library
/
Manuels & Misc
/
Assembly
/
AOA.ZIP
/
CH01
/
SIGNEXT
/
SIGNEXT.DPR
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-10-16
|
217 b
|
14 lines
program SignExt;
uses
Forms,
Signx in 'SIGNX.PAS' {SignExtend};
{$R *.RES}
begin
Application.Title := 'Hex Conversion';
Application.CreateForm(TSignExtend, SignExtend);
Application.Run;
end.